home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / cppcom.zip / DIAL2.MAK < prev    next >
Text File  |  1991-05-25  |  249b  |  10 lines

  1. # make file for serial: Serial Interface BW 05/25/91
  2. MODE=l
  3. TOOL=..\lib\serial$(MODE).lib
  4.  
  5. executables: \tc\bin\dialer2.exe
  6.  
  7. \tc\bin\dialer2.exe: dialer2.cpp $(TOOL)
  8.    bcc -w -m$(MODE) -I..\include -n\tc\bin -e$& -M- -G -d $&.cpp $(TOOL)
  9.  
  10.